home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _utilities / utilities / 004 / _adhesive / user / !Adhesive / !Run < prev    next >
Text File  |  1994-09-23  |  1KB  |  32 lines

  1. | !Adhesive.!Run
  2. | Run Adhesive system
  3. | (C) George Taylor 1994
  4. | You may change this file to customise Adhesive in your environment.
  5. | Always RMKill Adhesive before changing the resource variables below
  6. | if Adhesive is already running.
  7.  
  8. IconSprites <Obey$Dir>.!Sprites
  9.  
  10. if "<Adhesive$Path>" = "" then Set Adhesive$Path <Obey$Dir>.
  11.  
  12. | Change the line below to move the error log file somewhere else.
  13. if "<Adhesive$ErrorFile>" = "" then Set Adhesive$ErrorFile Adhesive:errorlog
  14.  
  15. | Add any extra directories of objects to the line below,
  16. | When you *Adhesive_Install an object, the directory below is used.
  17. | (This must also be in the objects path!)
  18. if "<Adhesive$InstallPath>" = "" then Set Adhesive$InstallPath Adhesive:Objects.
  19.  
  20. | If your directory has a limited number of entries you may move
  21. | previously installed objects into another directory and add it to the
  22. | start of the line below. Don't do this whilst Adhesive is running!
  23. if "<Adhesive$ObjectPath>" = "" then Set Adhesive$ObjectPath Adhesive:Objects.
  24.  
  25. | Ensure the Adhesive module is loaded
  26. RMEnsure UtilityModule 3.10 Error Adhesive needs RISC-OS 3.10 or later to run!
  27. RMEnsure Adhesive 1.00 Adhesive:Adhesive
  28.  
  29. | Always run the init program before trying to use Adhesive.
  30. | Adhesive SWI's may do strange things otherwise!
  31. wimpslot -min 32K -max 32K
  32. <Adhesive$Path>init